home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / BSHIFT.DAT < prev    next >
Text File  |  1991-11-29  |  420b  |  16 lines

  1. Explanation of the SHIFT command. It is 
  2. a BATCH command.
  3.  
  4. This command changes the position of 
  5. replacable parameters in a batch file.
  6. It will copy the information in the %0-%9 
  7. parameters of the one specified into the 
  8. preceding one.
  9.  
  10. Example:
  11.        To have the information of the 
  12.        paramater %1 copied into the 
  13.        parameter %0 use this command in 
  14.        you Batch file:
  15.            SHIFT 
  16.